crates_io_api 0.6.1

API client for crates.io
Documentation

crates_io_api

A Rust client for the crates.io API.

This crate aims to provide an easy to use and complete client for retrieving detailed information about Rust's crate ecosystem.

The crate uses the reqwest HTTP client and provides both a async and synchronous interface.

Please consult the official Crawler Policy before using this library. A rate limiter is included.

How to use

For usage information and examples, check out the Documentation.